home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / prog / atari / c / nos042_s / tty.h < prev    next >
C/C++ Source or Header  |  1994-09-16  |  234b  |  16 lines

  1. #ifndef    _TTY_H
  2. #define    _TTY_H
  3.  
  4. #ifndef    _MBUF_H
  5. #include "mbuf.h"
  6. #endif
  7.  
  8. #ifndef _SESSION_H
  9. #include "session.h"
  10. #endif
  11.  
  12. /* In ttydriv.c: */
  13. struct mbuf *ttydriv __ARGS((struct session *sp,int c));
  14.  
  15. #endif /* _TTY_H */
  16.